Button without action
In order to ensure proper functionality and user experience, every button should be associated with an action. This action defines the behavior that occurs when the button is clicked, such as navigating to another page, executing a microflow, or triggering a JavaScript action. Failure to assign an action to a button may lead to unexpected behavior or a lack of functionality, which can be considered a potential bug. Therefore, it is important to configure an action for each button to ensure seamless interaction within the application.